object frmProcInfo: TfrmProcInfo Left = 200 Top = 99 Width = 435 Height = 300 Caption = 'Stored Procedure Information' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 TextHeight = 15 object Panel1: TPanel Left = 0 Top = 0 Width = 423 Height = 70 Align = alTop BevelInner = bvLowered TabOrder = 0 object Label1: TLabel Left = 28 Top = 37 Width = 63 Height = 15 Caption = 'Procedure:' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 18 Top = 8 Width = 73 Height = 15 Caption = 'Data Source:' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object DataSource: TLabel Left = 113 Top = 8 Width = 65 Height = 15 Caption = 'DataSource' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object ProcList: TComboBox Left = 111 Top = 33 Width = 255 Height = 22 Style = csDropDownList ItemHeight = 15 TabOrder = 0 OnChange = ProcListChange end end object Panel2: TPanel Left = 0 Top = 70 Width = 423 Height = 199 Align = alClient BevelInner = bvLowered Caption = 'Panel2' TabOrder = 1 object ParamList: TListBox Left = 111 Top = 2 Width = 310 Height = 195 Align = alClient ItemHeight = 15 TabOrder = 0 end object Panel3: TPanel Left = 2 Top = 2 Width = 109 Height = 195 Align = alLeft BevelOuter = bvNone TabOrder = 1 object Label3: TLabel Left = 41 Top = 4 Width = 48 Height = 15 Caption = 'Params:' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end end end